.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #fff;
}

/* 第一屏 */
.first-screen {
    height: 550px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0px 0 50px 0;
    box-sizing: border-box;
}

.classify-nav {
    float: left;
    width: 276px;
    height: 470px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 26px 0;
    box-sizing: border-box;
    position: relative;
}

.classify-nav h2 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding:0 28px;
    margin-bottom: 15px;
}

.classify-nav h2::after {
    position: absolute;
    content: 'H';
    width: 18px;
    height: 18px;
    background: #f60;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    top: 3px;
    left: 134px;
    text-align: center;
    line-height: 18px;
}

.classify-nav>ul {
    height: 352px;
    /* overflow: hidden; */
}

.one-line-pointer:hover{
    /* width:120%; */
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
}

.one-line-pointer:hover .hover-menu-content{
    display: block;
}
.one-line-pointer:hover>strong{
    color:#333;
}

.one-line-pointer:hover>span{
    color:#333;
}

.hover-menu{
    width:664px;
    position: absolute;
    left:276px;
    top:0;
    z-index:100;
    display: -webkit-box;
    display: -ms-flex-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
}

.hover-menu-opcity{
    width:10px;
    
}

.hover-menu-content{
     width:664px;
    height:470px;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(197,197,197,0.5);
    border-radius:6px;
    padding:40px;
}

.hover-menu-content>div:nth-child(1){
    font-size:20px;
    font-weight:500;
    margin-bottom: 20px;
}

.hover-menu-content>div:nth-child(2){
    width:100%;
    font-size:12px;
    color:#999999;
    margin-bottom: 76px;
    line-height: 18px;
}

.menu-pointer{
    height:70px;
    margin-bottom: 70px;
}

.menu-pointer-control{
     text-align: center;
}

.menu-pointer-control>div:nth-child(2){
    margin:0 80px;
}


.menu-pointer-item{
    display: inline-block;
    margin-right:50px;
    margin-bottom:20px;
	font-size:14px;
}
.menu-pirnter-img{
    display: inline-block;
    text-align: center;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    cursor: pointer;
}

.menu-pirnter-img img{
    width:40px;
    height:40px;
    margin:10px auto;
}
.hide{
    display: none
}
.menu-pirnter-img:hover a div{
    color: #04ce9b;
}
.menu-pirnter-img:hover img:last-child{
    display: block;
}
.menu-pirnter-img:hover img:first-child{
    display: none;
}
.menu-pirnter-img:hover a div{
    color:#04ce9b;
}
.classify-nav>ul li {
    font-size:0px;
    padding:15px 28px;
}

.classify-nav>ul li strong {
    display: inline-block;
    width: 56px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    margin-right: 20px;
    height: 16px;
}

.classify-nav>ul li span {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin-right: 10px;
    max-width: 60px;
    height: 16px;
    overflow: hidden;
}
.classify-nav-a{
    padding:0 28px 0 28px;
    margin-top: 10px;
}
.classify-nav .more-ledge {
    display: block;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    background: #F4F6F7;
    line-height: 33px;
    text-align: center;
    position: relative;
    font-size: 12px;
    box-sizing: border-box;
}

.classify-nav .more-ledge::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
    border-radius: 2px;
    top: 13px;
    margin-left: 5px;
}

.center-box {
    float: left;
    width: 604px;
    height: 470px;
    margin-left: 40px;
}

.center-box .banner {
    width: 604px;
    height: 222px;
    position: relative;
}
.center-box .banner ul li{
    position: relative;
}
.center-box .banner ul li a{
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}
.center-box .banner .knowledge-swiper {
    height: 222px;
}

.center-box .banner .knowledge-swiper .banner-text {
    position: absolute;
    width: 564px;
    top: 150px;
    color: #fff;
    padding: 0 20px;
    z-index: 99;
}

.center-box .banner .knowledge-swiper .banner-text h2 {
    font-size: 16px;
    line-height: 22px;
}

.center-box .banner .knowledge-swiper .banner-text p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.center-box .banner .knowledge-swiper .swiper-slide img {
    width: 100%;
}

.center-box .banner .banner-arrow a {
    position: absolute;
    width: 24px;
    height: 40px;
    background: rgba(0, 0, 0, .2);
    display: block;
    top: 50%;
    margin-top: -20px;
    z-index: 9;
    cursor: pointer;
}

.center-box .banner .banner-arrow a::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    top: 16px;
}

.center-box .banner .banner-arrow .pre {
    left: 0;
}

.center-box .banner .banner-arrow .next {
    right: 0;
}

.center-box .banner .banner-arrow .pre::after {
    transform: rotate(-135deg);
    left: 9px;
}

.center-box .banner .banner-arrow .next::after {
    transform: rotate(45deg);
    right: 9px;
}

.center-box .infor {
    overflow: hidden;
    height: 247px;
}

.center-box .infor h2 {
    height: 68px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 68px;
}

.center-box .infor>ul li {
    width: 290px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 0;

}

.center-box .infor>ul li:hover em {
    background: #04ce9b;
}
.center-box .infor>ul li strong:hover em,
.center-box .infor>ul strong:hover a,
.center-box .infor>ul strong:hover,
.center-box .infor>ul span:hover{
    color: #04ce9b;
}
.banner-img-01{
    height: 99px;
    position: absolute;
    bottom:0;
    left: 0;
}


.center-box .infor>ul li:nth-child(even) {
    margin-left: 24px;
}

.center-box .infor>ul li em {
    display: none;/*inline-block*/
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999;
    vertical-align: middle;
    font-size: 14px;
}

.center-box .infor>ul li strong {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #999;
    width: 40px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
	font-weight:100;
    vertical-align: middle;
	float:right;


}

.center-box .infor>ul li span {
    display: inline-block;
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
}

.right-box {
    width: 240px;
    height: 470px;
    float: right;

}
.right-top{
    background: url("../images/home_img_kuaisutiwen@2x.jpg") no-repeat center center !important;
}
.right-box .right-top {
    width: 240px;
    height: 222px;
    background: #000;
    color: #fff;
    padding: 0 13px;
    box-sizing: border-box;
    text-align: center;
}

.right-box .right-top h2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 28px;
    font-weight: bold;
}

.right-box .right-top .rt-p1 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 4px;
}

.right-box .right-top .rt-p2 {
    padding-top: 4px;
    font-size: 40px;
    line-height: 47px;
    font-weight: bold;
    font-family: DINAlternate-Bold,DINAlternate;
}

.right-box .right-top .rt-p3 {
    font-size: 14x;
    line-height: 20px;
}

.right-box .right-top a {
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 40px;
 background:#f60;

    border-radius: 40px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    position: relative;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}
.right-box .right-top a:hover {
    background: #f70;

}
.right-box .right-top a::after {
    width: 16px;
    height: 16px;
    content: '';
    top: 13px;
    left: 60px;
    background: #000;
}

.right-box .right-top a img{
    width:16px;
    height:16px;
    padding-right:10px;
}

.right-box .layer-sense {
    height: 278px;
}

.right-box .layer-sense h2 {
    height: 68px;
    line-height: 68px;
    color: #333;
    font-size: 20px;
}

.right-box .layer-sense ul li {
    height: auto;
    transition: all .3s;
    margin-bottom: 20px;
}

.active-show a .ls-p2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-box .layer-sense ul li a {
    font-size: 0;
}

.right-box .layer-sense ul li a p {
    font-size: 12px;
}

.right-box .layer-sense ul li a p.ls-p1 {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #333;
}

.ls-p1>img{
    width:14px;
    height:14px;
    padding:0 8px 6px 0;
}

.right-box .layer-sense ul li a p em {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: #E9E9E9;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 2px;
}

.right-box .layer-sense ul li a p.ls-p2 {
    display: none;
    padding: 14px 0 0px 26px;
    line-height: 17px;
    max-height: 35px;
    color: #999;


}
.right-box .layer-sense ul li a p.ls-p2:hover{
color: #04ce9b;
}

.right-box .layer-sense ul li a p span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 12px;
    height: 14px;
    margin-right: 6px;
    background: #E9E9E9;
    text-align: center;
    line-height: 14px;
}

.common-title {
    height: 110px;
    padding-top: 35px;
    box-sizing: border-box;
}

.common-title h2 {
    float: left;
    font-size: 26px;
    color: #333;
    padding-left: 24px;
    position: relative;
}

.common-title h2::after {
    position: absolute;
    width: 4px;
    height: 26px;
    background: #04ce9b;
    content: '';
    left: 0;
    top: 6px;

}

.common-title a {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-right: 16px;
    color: #333;
    margin-top: 10px;
}

.common-title a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
    border-radius: 2px;
    top: 6px;
    margin-left: 5px;

}

.second-screen {
    height: 700px;
    border-bottom: 1px solid #eee;
}

.second-screen .ss-left {
    float: left;
    width: 864px;
    min-height: 500px;
}

.second-screen .ss-left .ssl-top {
    float: left;
    width: 412px;
    height: 240px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.second-screen .ss-left .ssl-top img {
    transform: scale(1);
    transition: all .3s;
}

.second-screen .ss-left .ssl-top:hover img {
    transform: scale(1.1);
}

.second-screen .ss-left .ssl-top .img-01 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.second-screen .ss-left .ssl-top .img-02 {
    width: 100%;
    height: 99px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.second-screen .ss-left .ssl-top .sslt-text {
    width: 90%;
    height: 50px;
    position: absolute;
    top: 170px;
    padding: 0 20px;
    color: #fff;
    z-index: 99;
}

.second-screen .ss-left .ssl-top .sslt-text h3 {
    font-size: 16px;
    line-height: 22px;
}

.second-screen .ss-left .ssl-top .sslt-text p {
    margin-top: 10px;
    font-size: 12px;
}
.ssl-top-box{
    height: 240px;
}
.second-screen .ss-left >ul {
    width: 864px;
    float: left;
    max-height: 228px;
    overflow: hidden;
    margin-top: 40px;
}

.second-screen .ss-left >ul li {
    float: left;
    width: 412px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    cursor: pointer;

}
.second-screen .ss-left >ul li:nth-child(even) {
    margin-left: 40px;
}

.second-screen .ss-left>ul li:hover em {
    background: #04ce9b;
}
.second-screen .ss-left >ul li :hover em,
.second-screen .ss-left >ul strong:hover a,
.second-screen .ss-left >ul span:hover {
    color: #04ce9b;
}

.second-screen .ss-left >ul li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999;
    vertical-align: middle;
}

.second-screen .ss-left >ul li strong {
    display: inline-block;
    margin-left: 10px;
    margin-right: 15px;
    width: 56px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
}
.second-screen .ss-left >ul li strong a{
    color: #999;

}
.c99{color: #999;}
.second-screen .ss-left >ul li span {
    max-width: 330px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.second-screen .ss-left >ul li i {
    max-width: 80px;
    float: right;
    color: #999;
    position: relative;
    text-align: right;
    height: 18px;
    font-style: normal;
}

.second-screen .ss-left >ul li i img {
    width: 12px;
    /* height: 8px; */
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.second-screen .ss-left .ss-top_ul{
    float: left;
    width: 412px;
    margin-left: 40px;
}
.second-screen .ss-left .ss-top_ul li {
    width: 412px;
    height: 110px;
    cursor: pointer;
}
.second-screen .ss-left .ss-top_ul li:hover .sct-text h4{
color: #04ce9b;
}
.second-screen .ss-left .ss-top_ul li:last-child{
    margin-top: 20px;
}

.second-screen .ss-left .ss-top_ul li .sct-img {
    float: left;
    width: 188px;
    height: 110px;
    background: #fff;
    overflow: hidden;

}

.second-screen .ss-left .ss-top_ul li .sct-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s;
}

.second-screen .ss-left .ss-top_ul li:hover .sct-img img {
    transform: scale(1.1);
}

.second-screen .ss-left .ss-top_ul li .sct-text {
    float: left;
    width: 204px;
    margin-left: 20px;
}

.second-screen .ss-left .ss-top_ul li .sct-text h4 {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}

.second-screen .ss-left .ss-top_ul li .sct-text p {
    height: 40px;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.second-screen .ss-left .ss-bottom_ul {
    margin-top: 40px;
    max-height: 228px;
    overflow: hidden;
}

.second-screen .ss-left .ss-bottom_ul li {
    width: 412px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    cursor: pointer;

}

.second-screen .ss-left .ss-bottom_ul li:hover em {
    background: #04ce9b;
}

.second-screen .ss-left .ss-bottom_ul li:hover strong,
.second-screen .ss-left .ss-bottom_ul li:hover span {
    color: #04ce9b;
}

.second-screen .ss-left .ss-bottom_ul li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999;
    vertical-align: middle;
}

.second-screen .ss-left .ss-bottom_ul li strong {
    display: inline-block;
    vertical-align: middle;
    max-width: 82px;
    padding-left: 10px;
    padding-right: 15px;
    color: #999;
}

.second-screen .ss-left .ss-bottom_ul li span {
    max-width: 210px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.second-screen .ss-left .ss-bottom_ul li i {
    max-width: 80px;
    float: right;
    color: #999;
    position: relative;
    text-align: right;
    height: 18px;
}

.second-screen .ss-left .ss-bottom_ul li i img {
    width: 12px;
    height: 8px;
    background: #999;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.ss-right {
    float: right;
    width: 296px;
    min-height: 500px;
}

.ss-right .ssr-title {
    height: 25px;
    line-height: 25px;
}

.ss-right .ssr-title strong {
    position: relative;
    float: left;
    font-size: 18px;
    padding-left: 18px;
}

.ss-right .ssr-title strong::after {
    position: absolute;
    width: 4px;
    height: 18px;
    content: '';
    background: #04ce9b;
    left: 0;
    top: 4px;
}

.ss-right .ssr-title span {
    float: right;
    color: #04ce9b;
}

.ss-right .ssr-title span img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.ss-right .ssr-mark {
    height: 120px;
    font-size: 0;
    margin-top: 27px;
    margin-bottom: 30px;
    overflow: hidden;
}

.ss-right .ssr-mark a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #666;
    background: #EFF2F3;
    border-radius: 4px;
}

.ss-right .ssr-mark a:hover {
    color: #04ce9b;
    background: rgba(16, 187, 184, .1);
}

.ss-right .ssr-tj {
    width: 296px;
    height: 318px;
    background: url(../images/img_lshibeijing@2x.png);
    background-size: 296px 318px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

}

.ss-right .ssr-tj h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.ss-right .ssr-tj .tj-swiper {}

.ss-right .ssr-tj .tx-box {
    width: 90px;
    height: 90px;
    background: #04ce9b;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 90px;
    overflow: hidden;
}
.ss-right .ssr-tj .tx-box >img{
    width: 100%;
    height: 100%;
    background: #727385;
}

.ss-right .ssr-tj .layerName {
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 0;
}

.ss-right .ssr-tj .layerName strong {
    display: inline-block;
    max-width: 66px;
    font-size: 16px;
    height: 22px;
    font-weight: bold;
}

.ss-right .ssr-tj .layerName span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    padding-left: 10px;
    max-width: 110px;
}

.ss-right .ssr-tj .layerMark {
    padding: 0 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.ss-right .ssr-tj .yy-serve {
    width: 200px;
    height: 40px;
    text-align: center;
    background: #04ce9b;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;

}
.ss-right .ssr-tj .yy-serve:hover{
    background: #0EA7A5;
}

.ss-right .ssr-tj .yy-serve img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.ss-right .ssr-tj .pagination {
    position: absolute;
    top: 20px;
    right: 14px;
}

.ss-right .ssr-tj .swiper-pagination-switch {
    display: inline-block;
    margin-right: 5px;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: rgba(228, 228, 228, 1);
}

.swiper-active-switch {
    background: #04ce9b !important;
}

.third-screen {
    height: 710px;
    border-bottom: 1px solid #eee;
}

.third-screen .case-box {
    max-height: 564px;
    overflow: hidden;
}

.third-screen ul.case-box>li {
    float: left;
    width: 387px;
    height: 272px;
    background: #f8f8f8;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    margin-right: 19px;
    margin-bottom: 20px;
}

.third-screen ul.case-box>li:nth-child(3) {
    margin-right: 0;
}

.third-screen ul.case-box>li:nth-child(6) {
    margin-right: 0;
}

.third-screen ul.case-box>li .case-top {
    height: 172px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.third-screen ul.case-box>li .case-top >a{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.third-screen ul.case-box>li .case-top .ct-left {
    float: left;
    width: 220px;
    height: 172px;
}

.third-screen ul.case-box>li .case-top .ct-left .ctl-title {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.third-screen ul.case-box>li:hover .case-top .ct-left .ctl-title {
    color: #04ce9b;
}

.third-screen ul.case-box>li .case-top .ct-left .ctl-title span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgba(16, 187, 184, 1);
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-right: 8px;
    vertical-align: middle;
    font-size:12px;
    position: relative;
    top:-2px
}

.third-screen ul.case-box>li .case-top .ct-left .ctl-mark {
    font-size: 0;
    height: 54px;
    overflow: hidden;
    margin-top: 16px;
}

.third-screen ul.case-box>li .case-top .ct-left .ctl-price {
    color: #666;
    line-height: 18px;
    margin-top: 18px;
    font-size: 12px;
}

.third-screen ul.case-box>li .case-top .ct-left .ctl-mark span {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    padding: 0 6px;
    border: 1px solid #eee;
    line-height: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    color: #666;
}

.third-screen ul.case-box>li .case-top .ct-right {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 26px;
    border-radius: 4px;
    overflow: hidden;
}

.third-screen ul.case-box>li:hover .case-top .ct-right img {
    transform: scale(1.1);
}

.third-screen ul.case-box>li .case-top .ct-right img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s;
}

.third-screen ul.case-box>li .case-bom {
    height: 69px;
    padding-left: 10px;

}

.third-screen ul.case-box>li .case-bom .cb-tx ul {
    float: left;
    height: 30px;
    padding-top: 19px;
}

.third-screen ul.case-box>li .case-bom .cb-tx .more-img {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    margin-left: -10px;
    margin-top: 19px;
}

.third-screen ul.case-box>li .case-bom .cb-tx .more-img img {
    width: 100%;
    height: 100%;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: -10px;
    border-radius: 30px;

}
.third-screen ul.case-box>li .case-bom .cb-tx ul li >div{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips{
    position: absolute;
    width: 300px;
    height: 150px;
    bottom:35px;
    left: 15px;
    display: none;
    box-shadow:0px 4px 12px 0px rgba(197,197,197,0.5);
    box-sizing: border-box;
    padding: 20px;
    z-index: 99;
    background: #fff;
    border-radius: 4px!important;


}
.third-screen ul.case-box>li .case-bom .cb-tx ul li:hover .tips{
    display: block;
}




.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips >.tx{
    float: left;
    width:60px;
    height:60px;
    border-radius: 50%;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips .right{
    width:180px;
    margin-left:20px;
    position: relative;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips .right h5{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips .right p{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin:5px 0 18px 0;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips .right div{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height: 17px;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li .tips .right >img{
    width: 28px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 140px;
}




/* .third-screen ul.case-box>li .case-bom .cb-tx ul li :hover i{
    display: block;

} */
.third-screen ul.case-box>li .case-bom .cb-tx ul li >div >a i{
    display: none;
    position: absolute;
    top: -30px;
    margin: 0 auto;
    left: -12px;
    width: 50px;
    height: 24px;
    background: rgba(0,0,0,.8);
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    z-index: 99;
    transition: all .3s;
    font-size: 12px;
}
.third-screen ul.case-box>li .case-bom .cb-tx ul li >div >a i::after{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom:-6px;
    content: "";
    width:0;
	height:0;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-top:6px solid rgba(0,0,0,.8)
}



.third-screen ul.case-box>li .case-bom .cb-tx ul li:hover a i{
    display: block;
}


.third-screen ul.case-box>li .case-bom .cb-tx ul li .cb-tx {
    width: 200px;
    float: left;

}

.third-screen ul.case-box>li .case-bom .cb-tx ul li img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.third-screen ul.case-box>li .case-bom .cb-look {
    float: right;
    color: #999;
    line-height: 68px;
    font-size: 12px;
}

.third-screen ul.case-box>li .case-bom .cb-look img {
    width: 12px;
    /* height: 8px; */
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.four-screen {
    height: 588px;
}

.contact-lt {
    float: left;
    width: 864px;
    height: 424px;
}

.contact-lt .clt-top {
    height: 170px;
    background: #F1F9F9;
    /*padding: 30px 30px 30px 60px;*/
    padding:0 5px;
    box-sizing: border-box;
}

.contact-lt .clt-top img {
    float: left;
    width: 170px;
    height: 170px;
    
}

.contact-lt .clt-top .cltt-rt {
    width: 634px;
    float: left;
    margin-left: 40px;
    margin-top:34px;
}

.contact-lt .clt-top .cltt-rt h3 {
    color: #333;
    line-height: 28px;
    font-size: 20px;

}

.contact-lt .clt-top .cltt-rt p {
    line-height: 20px;
    height: 40px;
    margin-top: 9px;
    font-size: 12px;
    color: #999;
}

.contact-lt .clt-top .cltt-rt a {
    color: #04ce9b;
    margin-top: 16px;
    font-size: 12px;
}

.contact-lt .clt-bom {
    width: 864px;
    font-size: 0;
}

.contact-lt .clt-bom>ul {
    margin-top: 36px;
    height: 34px;
    overflow: hidden;
}

.contact-lt .clt-bom>ul li {
    display: inline-block;
    margin-right: 58px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    height: 40px;
    cursor: pointer;
}

.contact-lt .clt-bom>ul li:last-child {
    margin-right: 0;
}

.contact-active::after {

    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 4px;
    background: #04ce9b;
    bottom: 7px;
}

.zs-content ul {
    height: 160px;
    overflow: hidden;
    margin-top: 30px;
}

.zs-content ul li {
    float: left;
    width: 270px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 26px;
    cursor: pointer;

}

.zs-content ul li:hover em {
    background: #04ce9b;
}

.zs-content ul li:hover span {
    color: #04ce9b;
}

.zs-content ul li:nth-child(3n+3) {
    margin-right: 0;
}

.zs-content ul li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999;
    vertical-align: middle;
}

.zs-content ul li strong {
    display: inline-block;
    vertical-align: middle;
    max-width: 82px;
    padding-left: 10px;
    padding-right: 15px;
    color: #999;
}

.zs-content ul li span {
    max-width: 168px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding-left: 8px;
}

.zs-content ul li i {
    max-width: 80px;
    float: right;
    color: #999;
    position: relative;
    text-align: right;
    height: 18px;
    margin-top: 2px;
	font-style:normal;
}


.zs-content ul li i img {
    width: 12px;
    /* height: 8px; */
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.contact-rt {
    width: 296px;
    min-height: 424px;
    float: right;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-rt h3 {
    color: #333;
    padding-top: 26px;
    line-height: 25px;
    font-size: 18px;
}

.contact-rt ul {
    height: 340px;
    overflow: hidden;
    margin-top: 24px;
}

.contact-rt ul li {
    margin-bottom: 24px;
    cursor: pointer;
}

.contact-rt ul li:hover span {
    color: #04ce9b !important;
}

.contact-rt ul li em {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #E9E9E9;
    vertical-align: middle;
    line-height: 15px;
    color: #333333;
    text-align: center;
    font-size: 12px;
	font-style:normal;
}

.contact-rt ul li:nth-child(1) em,
.contact-rt ul li:nth-child(2) em,
.contact-rt ul li:nth-child(3) em {
    background: #04ce9b !important;
    color: #fff !important;
}

.contact-rt ul li strong {
    display: inline-block;
    vertical-align: middle;
    max-width: 82px;
    padding-left: 10px;
    padding-right: 15px;
    color: #999;
}

.contact-rt ul li span {
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding-left: 8px;
}

.contact-rt ul li i {
    max-width: 80px;
    float: right;
    color: #999;
    position: relative;
    text-align: right;
    height: 18px;
    margin-top: 2px;
	font-style:normal;
}

.contact-rt ul li i img {
    width: 12px;
    /* height: 8px; */
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.download {
    display: none;
}
.download a{
    color: #04ce9b;
}
.contact-rt ul li:hover .download {
    display: inline-block;
    color: #04ce9b;
    cursor: pointer;
}
.contact-rt ul li:hover .look {
    display: none;
}
.look{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ss-left-clone ul {
    margin-top: 40px;
    max-height: 228px;
    overflow: hidden;
}

 .ss-left-clone ul li {
    width: 412px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    cursor: pointer;

}

.ss-left-clone ul li:hover em,
.ss-left-clone ul li:hover strong,
.ss-left-clone ul li:hover span {
    color: #04ce9b;
}

.ss-left-clone ul li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #999;
    vertical-align: middle;
}

.ss-left-clone ul li strong {
    display: inline-block;
    vertical-align: middle;
    max-width: 82px;
    padding-left: 10px;
    padding-right: 15px;
    color: #999;
}

.ss-left-clone ul li span {
    max-width: 210px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.ss-left-clone ul li i {
    max-width: 80px;
    float: right;
    color: #999;
    position: relative;
    text-align: right;
    height: 18px;
}

.ss-left-clone ul li i img {
    width: 12px;
    /* height: 8px; */
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.text-limit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.slide-mask{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,.07) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,.07) 100%);

}

.other:hover a{
    color: #04ce9b;
}